projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48087b
)
(read_char_x_menu_prompt): Don't check for value = nil
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Apr 1994 07:53:22 +0000
(07:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Apr 1994 07:53:22 +0000
(07:53 +0000)
if value was originally a cons.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 0f86fa9f47758a6a1b30e0e69e26804437a3fe19..7d1679b8561be148e4798c6105397e0acc25259f 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3845,7
+3845,7
@@
read_char_x_menu_prompt (nmaps, maps, prev_event, used_mouse_menu)
= nconc2 (XCONS (value)->cdr, unread_command_events);
value = XCONS (value)->car;
}
- if (NILP (value))
+
else
if (NILP (value))
value = Qt;
if (used_mouse_menu)
*used_mouse_menu = 1;